home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2780 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: tezcat.com!usenet
  2. From: ewalker@tezcat.com (Edwin Walker)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Zipcode example program?
  5. Date: 23 Jan 1996 23:45:33 GMT
  6. Organization: Walker Technologies
  7. Message-ID: <4e3rut$2un@tlaltec.tezcat.com>
  8. References: <Pine.SOL.3.91.960117003751.22062K-100000@lore.cs.purdue.edu>
  9. NNTP-Posting-Host: ewalker.tezcat.com
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=US-ASCII
  12. X-Newsreader: WinVN 0.99.6
  13.  
  14. This is kinda of easy if you have the right data.  If you have access to the US 
  15. POSTAL database.  They give you the longitude/latitude for every zip code then 
  16. it is very easy to compute the distance, if you have access to the TIGER/+4 
  17. database, also available from the US Postal service, you could compute the 
  18. distances from Plus+4 zips.
  19.  
  20. The following company has zipzip a program that you could use to determine 
  21. distances between Zip codes, not Zip plus for.  You have to do extra work to 
  22. find the distance between Zip+4.  I have done it, if you like I can tell you 
  23. how I did it.
  24.  
  25.  
  26.  
  27.     Group Benefits Shoppers
  28.     2500 Central Ave., Suite G
  29.     Boulder, CO. 80303
  30.     (303) 449-4897
  31.     FAX (303) 449-0797
  32.  
  33.                     Edwin
  34.  
  35.  
  36.  
  37.  
  38. In article <Pine.SOL.3.91.960117003751.22062K-100000@lore.cs.purdue.edu>, 
  39. cookca@cs.purdue.edu says...
  40. >
  41. >Anyone have an example program that computes the distance between two 
  42. >zipcodes?
  43. >
  44. >Craig
  45.  
  46.